Class EnvironmentDialogImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.EnvironmentDialogImpl
All Implemented Interfaces:
IPCObject, EnvironmentDialog

public class EnvironmentDialogImpl extends IPCObjectImpl implements EnvironmentDialog
Information provided by the PKI file:

    \class Environment Dialog
    
    \brief Environment Dialog
    
    \example appWindow().getEnvironmentDialog()
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setAlwaysOnTop

      public void setAlwaysOnTop(boolean on)
      Information provided by the PKI file:
      
          \brief Sets the environment windows to always be on top or respect the normal display order.
          
          \param on, if the value is true then the environment window will try to always be on top of others, false and it respects the normal draw order.
          
              
      Specified by:
      setAlwaysOnTop in interface EnvironmentDialog
      Parameters:
      on - Takes in a parameter of on
    • isAlwaysOnTop

      public boolean isAlwaysOnTop()
      Information provided by the PKI file:
      
          \brief Returns whether the environment window is set to always be on top of other windows.
          
          \return bool, value is true if the environment window is set to always be on top of other windows, false if not.
          
              
      Specified by:
      isAlwaysOnTop in interface EnvironmentDialog
      Returns:
      boolean Returns a boolean